home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / becproto.zip / MLINK11.ZIP / MLINK11.DOC < prev    next >
Text File  |  1987-06-15  |  2KB  |  60 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                     MegaLink External Protocol Driver
  8.  
  9.                                   1.1
  10.  
  11.                              June 15, 1987
  12.  
  13.  
  14.                          P & M Software Company
  15.                          9350 Country Creek #30
  16.                          Houston, Texas   77036
  17.  
  18.  
  19.               All material related to MegaLink has been placed
  20.               into the public domain.
  21.  
  22.  
  23.      This document describes how to use the external protocol driver for
  24.      MegaLink, MLINK.COM.
  25.  
  26.      The use of MLINK.COM is very simple.
  27.  
  28.      1.   To receive files, issue the following command line:
  29.  
  30.                   MLINK PORT n SPEED m RM
  31.  
  32.           Where:
  33.  
  34.              n ....... is the serial port number in use.  Ports 1 - 4 are
  35.                        supported.  Ports 3 and 4 are supported using the
  36.                        Everex configuration.
  37.  
  38.              m ....... is the baud rate in use.  Rates that are supported
  39.                        are: 300,1200,2400,4800,9600 and 19200.
  40.  
  41.              other things are not variable in this specification.
  42.  
  43.      2.   To send files, issue the following command line:
  44.  
  45.                   MLINK PORT n SPEED m SM file1 file2 ...
  46.  
  47.           Where:
  48.  
  49.              n,m ..... are as described above for #1.
  50.  
  51.              file1 ... the filenames to be transmitted are listed after the
  52.                        SM switch.  Up to 50 files can be transmitted in one
  53.                        batch, but in no case should the maximum length of the
  54.                        command line be exceeded.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.